ASP.NET Pack Programmer's Guide
Helper.getLength(_T) Method (_T[][], Int32)
See Also
 






Returns the length of the specified dimension of a two-dimensional array.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static <_T> int getLength (
    _T[][] array,
    int dimension
)

 Parameters

array

An array whose length to return.

dimension

An integer index of the array's dimension.

 Return Value

An integer value specifying the array length.

 See Also

getLength Method Overload List
Helper Members
Helper Class
com.mindfusion.common Namespace